home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / Input11.lha / Exemple next >
Text File  |  1995-04-12  |  209b  |  11 lines

  1. ;$VER:Small script to show how to use Input
  2.  
  3. ECHO ""
  4. ECHO "Please enter a directory name > " NOLINE
  5. Input DirName
  6. ECHO ""
  7. ECHO "The directory $DirName contents : "
  8. ECHO ""
  9. DIR $DirName
  10. ECHO ""
  11. UNSETENV DirName